summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/pq_new/page.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
commitccca806e803baf87bbc97cb2c49b0065673b7a6b (patch)
tree80f32877637644125c6d404783b7349f42500876 /app/[lng]/procurement/(procurement)/pq_new/page.tsx
parentd23e59b405b0be567592ce967793356d1b11d559 (diff)
(최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리
Diffstat (limited to 'app/[lng]/procurement/(procurement)/pq_new/page.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/pq_new/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/procurement/(procurement)/pq_new/page.tsx b/app/[lng]/procurement/(procurement)/pq_new/page.tsx
index 6598349b..550ac87d 100644
--- a/app/[lng]/procurement/(procurement)/pq_new/page.tsx
+++ b/app/[lng]/procurement/(procurement)/pq_new/page.tsx
@@ -9,7 +9,7 @@ import { getPQSubmissions } from "@/lib/pq/service"
import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table"
export const metadata: Metadata = {
- title: "PQ 검토/실사 의뢰",
+ title: "협력업체 PQ/실사 현황",
description: "",
}
@@ -70,7 +70,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) {
<div className="flex items-center justify-between space-y-2">
<div>
<h2 className="text-2xl font-bold tracking-tight">
- PQ 검토/실사 의뢰
+ 협력업체 PQ/실사 현황
</h2>
</div>
</div>